[IA64] memory exchange: update comment
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Fri, 23 Jun 2006 21:13:54 +0000 (15:13 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Fri, 23 Jun 2006 21:13:54 +0000 (15:13 -0600)
update comment. s/steal_page_for_grant_transfer/steal_page/g

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/arch/ia64/xen/mm.c

index fec626ccd56a0832a00491b5f9d96e49226c1dc0..202d9612cf4668b59b11f6e8bb6bd93379ae0239 100644 (file)
@@ -64,7 +64,7 @@
  *   - cmpxchg p2m entry
  *     assign_domain_page_cmpxchg_rel()
  *     destroy_grant_host_mapping()
- *     steal_page_for_grant_transfer()
+ *     steal_page()
  *     zap_domain_page_one()
  *   - read p2m entry
  *     lookup_alloc_domain_pte() and its variants.
  *   This is a race between reading/writing the p2m entry.
  *   reader: vcpu_itc_i(), vcpu_itc_d(), ia64_do_page_fault(), vcpu_fc()
  *   writer: assign_domain_page_cmpxchg_rel(), destroy_grant_host_mapping(), 
- *           steal_page_for_grant_transfer(), zap_domain_page_one()
+ *           steal_page(), zap_domain_page_one()
  * 
  *   For example, vcpu_itc_i() is about to insert tlb by calling
  *   vcpu_itc_no_srlz() after reading the p2m entry.
  *   reader: vcpu_get_domain_bundle(), vmx_get_domain_bundle(),
  *           efi_emulate_get_time()
  *   writer: assign_domain_page_cmpxchg_rel(), destroy_grant_host_mapping(), 
- *           steal_page_for_grant_transfer(), zap_domain_page_one()
+ *           steal_page(), zap_domain_page_one()
  * 
  *   A page which assigned to a domain can be de-assigned by another vcpu.
  *   So before read/write to a domain page, the page's reference count